#footer-box{
    width: 100%;
    height: 160px;
    background-color: #7D7D7D;
    margin: 0 auto;
    padding: 25px 0 ;
    font-size: 14px!important;
}

#footer-box *{
    color: #ffffff;
}

#footer-box .footer-nav{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;

}
#footer-box .footer-nav .nav-li{
    padding: 0 5px;
}
#footer-box .footer-nav .nav-li a{
}
#footer-box .footer-record{
    text-align: center;
}